CRPEJob::GetNthParameterCurrentRange

Use CRPEJob::GetNthParameterCurrentRange to retrieve the indicated value range from the specified parameter field in a report.

Syntax
BOOL GetNthParameterCurrentRange (
        const _TCHAR *parameterFieldName,
        const _TCHAR *reportName,
        short index,
        CRPEValueInfo *rangeStart,
        CRPEValueInfo *rangeEnd,
        short *rangeInfo );
Parameters

parameterField
Name

Specifies a pointer to the parameter field name.

reportName

Specifies a pointer to the report name.

index

Specifies the index of the value range to be retrieved.

rangeStart

Specifies a pointer to CRPEValueInfo, which will contain the retrieved start range value. See Remarks below.

rangeEnd

Specifies a pointer to CRPEValueInfo, which will contain the retrieved end range value. See Remarks below.

rangeInfo

Specifies a pointer to the bit mapped value, which indicates whether the upper and/or lower bound of the range should be retrieved. Set rangeInfo to one of the following constants.


Constant Value Description


PEP_RI_INCLUDEUPPERBOUND

1

Returns rangeStart.


PEP_RI_INCLUDELOWERBOUND

2

Returns rangeEnd.


PEP_RI_INCLUDEUPPERBOUND OR PEP_RI_INCLUDELOWERBOUND

3

Returns rangeStart and rangeEnd.

Returns
Remarks


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com